// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Celtic Woman','Redding Civic Auditorium','Redding, CA','Saturday','5/11/2024','7:30 PM','5962109','Celtic-Woman-5-11-2024'],['George Lopez','Redding Civic Auditorium','Redding, CA','Friday','5/31/2024','7:30 PM','6262130','George-Lopez-5-31-2024'],['Dustin Lynch','Redding Civic Auditorium','Redding, CA','Friday','6/21/2024','7:00 PM','6371716','Dustin-Lynch-6-21-2024'],['Primus & Coheed and Cambria','Redding Civic Auditorium','Redding, CA','Friday','7/12/2024','7:00 PM','6276734','Primus---Coheed-and-Cambria-7-12-2024'],['Umphrey's McGee & Blues Traveler','Redding Civic Auditorium','Redding, CA','Thursday','7/18/2024','7:00 PM','6330378','Umphrey-s-McGee---Blues-Traveler-7-18-2024'],['Michael Franti & Spearhead','Redding Civic Auditorium','Redding, CA','Saturday','8/10/2024','6:00 PM','6343136','Michael-Franti---Spearhead-8-10-2024'],['Slightly Stoopid & Dirty Heads','Redding Civic Auditorium','Redding, CA','Thursday','8/22/2024','6:00 PM','6297140','Slightly-Stoopid---Dirty-Heads-8-22-2024'],['The Beach Boys','Redding Civic Auditorium','Redding, CA','Tuesday','8/27/2024','7:30 PM','6251935','The-Beach-Boys-8-27-2024'],['Ian Munsick','Redding Civic Auditorium','Redding, CA','Saturday','9/21/2024','7:30 PM','6373178','Ian-Munsick-9-21-2024'],['Bonnie Raitt','Redding Civic Auditorium','Redding, CA','Sunday','9/29/2024','7:30 PM','6252535','Bonnie-Raitt-9-29-2024'],['Nurse Blake','Redding Civic Auditorium','Redding, CA','Sunday','10/27/2024','7:00 PM','6327717','Nurse-Blake-10-27-2024'],['Nutcracker! Magical Christmas Ballet','Redding Civic Auditorium','Redding, CA','Sunday','11/10/2024','3:00 PM','6354341','Nutcracker--Magical-Christmas-Ballet-11-10-2024'],['Ronnie Milsap','Redding Civic Auditorium','Redding, CA','Wednesday','9/24/2070','7:00 PM','4263536','Ronnie-Milsap-9-24-2070']],'Redding Civic Auditorium','http://www.ticketnetwork.com/ticket/Redding-Civic-Auditorium-events.aspx');